From: Eli Zaretskii Date: Sat, 9 Dec 2006 12:55:33 +0000 (+0000) Subject: (variable-at-point): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~31617 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=64a8fd6698f3541dab5e1c714294082df6385569;p=emacs.git (variable-at-point): Doc fix. --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 8df079433f1..e4d77e3447c 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -400,7 +400,7 @@ face (according to `face-differs-from-default-p')." ;;;###autoload (defun variable-at-point (&optional any-symbol) - "Return the bound variable symbol found around point. + "Return the bound variable symbol found at or before point. Return 0 if there is no such symbol. If ANY-SYMBOL is non-nil, don't insist the symbol be bound." (or (condition-case ()